widget: Remove useless assignment
authorTimm Bäder <mail@baedert.org>
Tue, 2 May 2017 18:54:57 +0000 (20:54 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 5 May 2017 09:18:05 +0000 (11:18 +0200)
We don't use adjusted_allocation after this line.

gtk/gtkwidget.c

index b306aae5080d288ca22b9af5621a770ad9b1201c..2ed10387694b9697489fb8bbb3b1c6dde07d83bb 100644 (file)
@@ -5458,7 +5458,6 @@ gtk_widget_size_allocate_with_baseline (GtkWidget     *widget,
                  G_OBJECT_TYPE_NAME (widget), widget,
                  real_allocation.x, real_allocation.y, real_allocation.width, real_allocation.height,
                  adjusted_allocation.x, adjusted_allocation.y, adjusted_allocation.width, adjusted_allocation.height);
-      adjusted_allocation = real_allocation; /* veto it */
     }
   else
     {